Rule

public final class Rule

This data class specifies the object where the deserialized JSON of the validation rules will be stored.

Constructors

Rule
Link copied to clipboard
Rule Rule(String name, String type, String value)

Functions

getName
Link copied to clipboard
final String getName()
getType
Link copied to clipboard
final String getType()
getValue
Link copied to clipboard
final String getValue()

Properties

name
Link copied to clipboard
private final String name
type
Link copied to clipboard
private final String type
value
Link copied to clipboard
private final String value